The configuration data for this CustomTask.
__property BSTR TaskDefinition;
String TaskDefinition;
Property TaskDefinition() As String
This data is managed by the custom task provider and is used to store all settings for the task. The format of the data is provider-defined, but developers are strongly encouraged to use XML.
If the task makes use of any other adTempus objects it must store references to those objects (using the object's OID) and also add the objects to the CustomReferencedObjects collection.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|